Kernel

Implements a generic Jupyter kernel. Parameterised by a Backend type that knows how to execute code.

Constructors

this
this(Backend backend, string connectionFileName)
Undocumented in source.
this
this(Backend backend, ConnectionInfo connectionInfo)
Undocumented in source.

Members

Functions

handleCommClose
void handleCommClose(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
handleCommMessage
void handleCommMessage(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
handleCommOpen
void handleCommOpen(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
handleCompleteRequest
void handleCompleteRequest(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
handleExecuteRequest
void handleExecuteRequest(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
handleKernelInfoRequest
void handleKernelInfoRequest(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequestMessage
void handleRequestMessage(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
handleShutdown
void handleShutdown(Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
maybeHandleRequestMessage
void maybeHandleRequestMessage(Nullable!Message requestMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta